From 0ce3e8ea5e7a4fed05a39965de1af36e7b521ebc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 5 May 2013 20:32:19 -0700 Subject: [PATCH] * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo, by removing references to no-longer-existing locals. --- lib-src/ChangeLog | 5 +++++ lib-src/make-docfile.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 65e0a57a6b8..8924ac40f93 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2013-05-06 Paul Eggert + + * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo, + by removing references to no-longer-existing locals. + 2013-03-26 Eli Zaretskii Fix incompatibilities between MinGW.org and MinGW64 headers. diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 68e5279fd15..8fa70dd430e 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -1090,8 +1090,7 @@ search_lisp_doc_at_eol (FILE *infile) if (c2 != '"' || c1 != '\\') { #ifdef DEBUG - fprintf (stderr, "## non-docstring in %s (%s)\n", - buffer, filename); + fprintf (stderr, "## non-docstring found\n"); #endif if (c != EOF) ungetc (c, infile); -- 2.30.2